|
|
|
|
DimensionsClass Class |
DimensionsClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the DimensionsClass class describes various dimensions, object sizes, distances in a SftTree/NET control.
There is only one instance of the DimensionsClass class for one SftTree/NET control. It is accessed using the control's Dimensions property.
VB |
Public Class DimensionsClass Inherits Object |
C# |
public class DimensionsClass : Object |
C++ |
public ref class DimensionsClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the gap above the item image. | |
Defines the gap to the right of the item image. | |
Defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation. | |
Defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation. | |
Defines the gap to the left of the item image. | |
Defines the gap below the item image. | |
Defines the gap between parts within cells in the item area. | |
Defines the maximum height of each item. | |
Defines the minimum height of each item. | |
Defines the indentation for item levels. | |
Defines the minimum gap around expand/collapse buttons. | |
Defines the bottom edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the left edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the right edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the top edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
Defines the width of the area to the left and right of the column boundary where column resizing can be initiated. | |
Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only). | |
Defines the gap between parts and the outline when SelectionHighlightStyle is defined as SelectionHighlightStyleEnum.HierarchyPartsOnlyTight or SelectionHighlightStyleEnum.HierarchyPartsOnlyLoose. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a DimensionsClass instance is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace